home *** CD-ROM | disk | FTP | other *** search
- VERSION 2.00
- Begin Form Form2
- BorderStyle = 1 'Fixed Single
- Caption = "SECURITY EXAMPLE"
- ClientHeight = 4020
- ClientLeft = 1095
- ClientTop = 1485
- ClientWidth = 4605
- ControlBox = 0 'False
- Height = 4425
- Left = 1035
- LinkTopic = "Form2"
- MaxButton = 0 'False
- MinButton = 0 'False
- ScaleHeight = 4020
- ScaleWidth = 4605
- Top = 1140
- Width = 4725
- Begin CommandButton Command1
- Caption = "LET ME CONTINUE"
- Height = 495
- Left = 1200
- TabIndex = 6
- Top = 2400
- Width = 2175
- End
- Begin TextBox Text3
- Height = 375
- Left = 1920
- TabIndex = 3
- Top = 480
- Width = 2175
- End
- Begin TextBox Text2
- Height = 495
- Left = 1440
- TabIndex = 1
- Top = 1800
- Visible = 0 'False
- Width = 2655
- End
- Begin TextBox Text1
- Height = 495
- Left = 1440
- TabIndex = 0
- Top = 1080
- Width = 2655
- End
- Begin Label Label3
- Caption = "INVISIBLE"
- Height = 375
- Left = 120
- TabIndex = 5
- Top = 1920
- Visible = 0 'False
- Width = 1095
- End
- Begin Label Label2
- Caption = "REFERNECE NUMBER"
- Height = 375
- Left = 120
- TabIndex = 4
- Top = 480
- Width = 1695
- End
- Begin Label Label1
- Caption = "TYPE IN PASSWORD"
- Height = 495
- Left = 120
- TabIndex = 2
- Top = 1080
- Width = 1215
- End
- Sub Command1_Click ()
- If TEXT1.Text = TEXT2.Text Then
- End
- Else
-
- MsgBox ("COPY PROTECTION FAILED")
- End
- End If
- End Sub
-